Milestones
Screenshots / Videos

Contributions
Changes
- Feature to add static boundary preset to a patient bed.
 - Basic UI to add boundary preset by the user and provide it's name.
 - Frontend validation feature to check if the camera movement is within the boundary.
 - Add backend validation to add extra layer of security in camera movement.
 
Issues
Commits
Learnings
- Learnt about docker during set up phase. Learnt about how to run project and use containers from command line itself.
 - Learnt how to efficiently use typescript with React and type check props for easier debugging.
 - Learnt basics of tailwind css and how to use it with React.
 - Learnt about mixins and permissions in Django.